home *** CD-ROM | disk | FTP | other *** search
- v.2.54
- 12/01/92
-
- - Fix problem with higher IRQ's. CKIT has been tested and
- will work with interrupts 0-15 and any port address.
- The irq should be entered in decimal. (the port is in hex).
- i.e. PORT:03E8:12 tells CKIT to use port 03E8 interrupt 12.
-
- - Cleaned some up code with optimization.
-
- v.2.52
- 10/22/92
-
- - Changed _ck_gen_msgs and ck_logoff_msgs so that they use
- standard output instead of BIOS. This will allow use of
- ANSI controls in message strings to change colors, cursor
- control etc.
-
- - Fixed a bug in the ck_get_cmdline() routine.
-
- v.2.50
- 09/17/92
-
- - Added Support for Digiboard Universal driver for Digiboards.
- Use same as the Fossil command to open_door.
- Instead of F in the port command, use a D. (for Digiboard)
- PORT:D:x - x equal channel number.
-
- - Added Support for higher interrupts (8-15).
-
- - Updated CKIT.H to make it more compatible with C++ compilers and
- added/corrected a few ckit variables that were missing.
-
- 04/25/92
-
- - Changed CKIT to use less near heap space.
- There is now approx. 4.3K more near data
- space in the small and medium models and
- 2.2K more near data space in the large
- memory model.
-
- 04/22/92
-
- - Fixed CKIT to handle node numbers greater than 99 with door.sys
-
- - Fixed CKIT to be compatible with PCB14.5A /X version for node
- numbers when using pcboard.sys.
-
- 04/12/92
-
- - Added ck_NO_STATUS. When TRUE, tells CKIT not to create
- a status line. Must be set to desired state before
- open_door() is called. Once open_door() is called,
- it cannot be changed.
-
-
- - Optimized some code in the large model's ck_input() and
- corrected a bug at the same time. At times, ck_input
- was skipping a character in the input bufer.
- Corrected.
-
-